Skip to content

Port of lbForth#256

Merged
davidgiven merged 14 commits intodavidgiven:masterfrom
venomix666:lbforth
Aug 8, 2025
Merged

Port of lbForth#256
davidgiven merged 14 commits intodavidgiven:masterfrom
venomix666:lbforth

Conversation

@venomix666
Copy link
Contributor

@venomix666 venomix666 commented Aug 7, 2025

I ported a small Forth implementation in C, licensed as Public Domain, which I found here.

It is most likely not the most efficient Forth-implementation for the 6502, given that it is written in C, but it was trivial to port to CP/M-65 and works nicely.

I added it to all platforms except for the C64/VIC20 and BBC Micro where it does not fit on the disks.

@venomix666
Copy link
Contributor Author

It now also supports running a Forth script from file when the filename is given as a command line argument, and I added a simple example file.

@davidgiven
Copy link
Owner

LGTM; you beat me to it, as I actually have my own Forth-in-C which I wrote for cpmish (at https://github.com/davidgiven/fforth)...

@davidgiven davidgiven merged commit da28dc5 into davidgiven:master Aug 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments